Public Class FGalaxyForm3

    Private Sub MonitorButton_Click(sender As System.Object, e As System.EventArgs) Handles MonitorButton.Click
        TBstate1.Text = Str(FGalaxyForm1.state(1))
        TBstate2.Text = Str(FGalaxyForm1.state(2))
        TBstate3.Text = Str(FGalaxyForm1.state(3))
        TBstate4.Text = Str(FGalaxyForm1.state(4))
        TBx1.Text = Str(FGalaxyForm1.nnout(1))
        TBx2.Text = Str(FGalaxyForm1.nnout(2))
        TBx3.Text = Str(FGalaxyForm1.nnout(3))
        TBx4.Text = Str(FGalaxyForm1.nnout(4))
    End Sub
End Class